Problem 1:
Develop an asp.net page that displays a list of options with check boxes (Use CheckBoxList web control).
On clicking a button (web control) the page displays the selected options in a label control.
Problem 2:
Develop a page that displays two text boxes and a button web control. The textboxes are used to
capture number of rows and number of columns from user.
(a) On clicking button, generate a table with r rows and c columns. In each cell display row,col values.
(b) Optionally add features of border and image in each cell.